- 尝试更改range()和.move_right()中的数字以使球停在网上。
- 如果你没有得到完美,别担心!有一个更简单的方法。我们将for循环切换到while循环!
- 删除for · counter · in · range( 100 ) :并拖入While Less Than以替换它。
- 在三个地方将变量counter更改为ball_x :循环上方、循环条件中和循环中。
To navigate the page using the TAB key, first press ESC to exit the code editor.